header
<vector>
Vector header
Header that defines the vector container class:
Classes
- vector
- Vector (class template
)
- vector<bool>
- Vector of bool (class template specialization
)
Functions
- begin
- Iterator to beginning (function template
)
- end
- Iterator to end (function template
)